View Controllers
-
A view controller that manages a
See moreCPCCalendarView
instance as its root view and optionally displays a supplementary view providing weekdays for the calendar view.Declaration
Swift
open class CPCCalendarViewController : UIViewController
-
Use a selection delegate (a custom object that implements this protocol) to modify behavior of a calendar view controller when user interacts with it.
See moreDeclaration
Swift
public protocol CPCCalendarViewControllerSelectionDelegate : AnyObject